Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Models.​QueryResult<​T>
Assembly: Duende.IdentityServer.Storage
Inheritance: object → QueryResult
Query result for paged data
Properties
public
string
ResultsToken
The token that indicates these results. This is used for more results in subsequent queries.
If null, then there were no more results.
public
bool
HasPrevResults
True if there is a previous set of results.
public
bool
HasNextResults
True if there is another set of results.
public
int?
TotalCount
The total count (if available).
public
int?
TotalPages
The total pages (if available).
public
int?
CurrentPage
The current (if available).
public
System.​Collections.​Generic.​IReadOnlyCollection<​T>
Results
The results.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object